home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2000 July / macformat-092.iso / Broderbund Demo / DemoData / CarmenJr / CarmenJR.Dxr / 00645_Back buttonScript --silent version.ls < prev    next >
Encoding:
Text File  |  1997-08-22  |  230 b   |  13 lines

  1. on mouseDown
  2.   global gDemoState
  3.   if gDemoState = 1 then
  4.     exitAutoRun()
  5.   else
  6.     if soundBusy(1) then
  7.       doCloseButtonHilite("backButtonHandler")
  8.     else
  9.       doButtonHilite("backButtonHandler")
  10.     end if
  11.   end if
  12. end
  13.